home *** CD-ROM | disk | FTP | other *** search
- Path: sydney.DIALix.oz.au!code1!oj
- Subject: Re: TurboCalc
- Newsgroups: comp.sys.amiga.applications
- References: <w1gu3yg7krl.fsf@isleiv.ifi.uio.no>
- Distribution: world
- From: oj@code1.DIALix.oz.au (Owen James)
- Message-ID: <oj.0aop@code1.DIALix.oz.au>
- Date: Sun, 21 Apr 96 09:22:23 EST
- Organization: Code One Computer Services
-
- Uwe Sigurd Valentin Kubosch (uwek@isleiv.ifi.uio.no) wrote:
- : I need a field to be calculated as the cumulative sum of another
- : field like this:
- :
- : Field1 Field2
- :
- : 1 1
- : 2 3
- : 3 6
- : 4 10
- :
- : Except for a zillion if(;;)'s, is there a way to do this in
- : TurboCalc?
-
- Very simple. In this case, B1 should just equal A1. The formula you need is
- B2=B1+A2. Then just highlight the length of the column you wish to have this
- formula apply to and select `fill'. Simple as that.
-
- Cheers,
-
- OJ.
-
-
-